home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / misc / linuxupg.000 / linuxupg / upgrade / README < prev    next >
Encoding:
Text File  |  1995-03-28  |  1.7 KB  |  54 lines

  1. This is a upgrade kit to help you go from a 1.0.x kernel to 
  2. the 1.2.1 kernel.  The source is not included, but you should be able
  3. to find it at tsx-11.mit.edu and sunsite.unc.edu at in the
  4. /pub/Linux/kernel/v1.2/linux-1.2.1.tar.gz file.
  5.  
  6. Included is bdflush and the nettools package for 1.1.95 (1.2.0)
  7. are pre compiled and ready to install.
  8.  
  9. bdflush is required, as it implements the new caching format begun
  10. in the early 1.1.x series.  The NetTools is recommended, and should probably
  11. be installed as well.
  12.  
  13. TO INSTALL:
  14. At this point, I still have the original makefile and Install.sh
  15. script.  To install build the linux kernel (but don't reboot), and as root,
  16. type:
  17. make
  18. Install.sh
  19.  
  20. Then reboot
  21.  
  22. NOTE:  Some installations have binaries in /sbin, while the install.sh
  23. is going to put the binaries in /bin.  If you have binaries in /sbin,
  24. back them up, and rename them.
  25.  
  26. ORIGINAL SOURCES:
  27. If you want to compile your own versions of the software, you
  28. can find the source code at:
  29. sunsite.unc.edu:/pub/Linux/kernel/v1.1/bdflush-1.5.tar.gz
  30. sunsite.unc.edu:/pub/Linux/system/Network/sunacm/NetTools/net-tools-1.1.95.tar.gz
  31. sunsite.unc.edu:/pub/Linux/kernel/v1.2/linux-1.2.1.tar.gz
  32. You can also find them in the same directories on tsx-11.mit.edu
  33. along with sunsite's and tsx-11's mirrors.
  34.  
  35. ADDITIONAL NOTES:
  36. bdflush compiled without any changes.
  37. NetTools compiled without:
  38. AX25        IPX
  39. APPLETALK
  40. but compiled with:
  41. AFUNIX        AFINET
  42. ETHERNET    SLIP
  43. PPP        ARCNET
  44.  
  45. If you need AX25, IPX, or Appletalk support, please get the original source
  46. and compile your own version.
  47.  
  48. For instructions on upgrading the kernel, read my article in Linux Journal
  49. number 14.
  50.  
  51. Mark Komarinski
  52. komarimf@craft.camp.clarkson.edu
  53.  
  54.